PDF4Java Reference Documentation
com.o2sol.pdf4java.document Package / PDFOutlineItem Class / getItem Method
Index of the child outline item to retrieve.
In This Topic
    getItem Method
    In This Topic
    Gets the child outline item at the specified index.
    Syntax
    public PDFOutlineItem getItem( 
       int index
    )

    Parameters

    index
    Index of the child outline item to retrieve.

    Return Value

    A PDFOutlineItem that represents the child outline item at the given index.
    See Also